﻿2026-06-04T01:32:52.1884704Z ##[group]Run actions/checkout@v4
2026-06-04T01:32:52.1886327Z with:
2026-06-04T01:32:52.1887080Z   repository: SaberMage/spt-core
2026-06-04T01:32:52.1894804Z   token: ***
2026-06-04T01:32:52.1895533Z   ssh-strict: true
2026-06-04T01:32:52.1896234Z   ssh-user: git
2026-06-04T01:32:52.1896938Z   persist-credentials: true
2026-06-04T01:32:52.1897720Z   clean: true
2026-06-04T01:32:52.1898425Z   sparse-checkout-cone-mode: true
2026-06-04T01:32:52.1899320Z   fetch-depth: 1
2026-06-04T01:32:52.1900018Z   fetch-tags: false
2026-06-04T01:32:52.1900722Z   show-progress: true
2026-06-04T01:32:52.1901441Z   lfs: false
2026-06-04T01:32:52.1902128Z   submodules: false
2026-06-04T01:32:52.1902851Z   set-safe-directory: true
2026-06-04T01:32:52.1904312Z ##[endgroup]
2026-06-04T01:32:52.3639956Z Syncing repository: SaberMage/spt-core
2026-06-04T01:32:52.3643349Z ##[group]Getting Git version info
2026-06-04T01:32:52.3644826Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:32:52.3646992Z [command]/usr/bin/git version
2026-06-04T01:32:52.3647980Z git version 2.34.1
2026-06-04T01:32:52.3685580Z ##[endgroup]
2026-06-04T01:32:52.3702751Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/873d357d-5abc-407a-829d-6c2a96d96921/.gitconfig'
2026-06-04T01:32:52.3730706Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/873d357d-5abc-407a-829d-6c2a96d96921' before making global git config changes
2026-06-04T01:32:52.3733386Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:32:52.3738847Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:32:52.3795360Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T01:32:52.3823643Z https://github.com/SaberMage/spt-core
2026-06-04T01:32:52.3847333Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:32:52.3854127Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:32:52.3885455Z refs/heads/dev-freeform
2026-06-04T01:32:52.3902341Z [command]/usr/bin/git checkout --detach
2026-06-04T01:32:52.4250875Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:52.4313207Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T01:32:52.4358812Z Deleted branch dev-freeform (was 02c4ff7).
2026-06-04T01:32:52.4408720Z ##[endgroup]
2026-06-04T01:32:52.4412805Z [command]/usr/bin/git submodule status
2026-06-04T01:32:52.4674106Z ##[group]Cleaning the repository
2026-06-04T01:32:52.4680508Z [command]/usr/bin/git clean -ffdx
2026-06-04T01:32:52.4719509Z Removing traceable-reqs
2026-06-04T01:32:52.4734095Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T01:32:52.4780794Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:52.4787591Z ##[endgroup]
2026-06-04T01:32:52.4790392Z ##[group]Disabling automatic garbage collection
2026-06-04T01:32:52.4796015Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T01:32:52.4935371Z ##[endgroup]
2026-06-04T01:32:52.4937695Z ##[group]Setting up auth
2026-06-04T01:32:52.4939043Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:32:52.4942978Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:32:52.5147106Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:32:52.5186296Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:32:52.5456627Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:32:52.5502880Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:32:52.5742772Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T01:32:52.5801188Z ##[endgroup]
2026-06-04T01:32:52.5802641Z ##[group]Fetching the repository
2026-06-04T01:32:52.5815674Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d70ced7d793e5a96185e5b178974545914ad5431:refs/remotes/origin/dev-freeform
2026-06-04T01:32:53.1116233Z From https://github.com/SaberMage/spt-core
2026-06-04T01:32:53.1122734Z  + 02c4ff7...d70ced7 d70ced7d793e5a96185e5b178974545914ad5431 -> origin/dev-freeform  (forced update)
2026-06-04T01:32:53.1148486Z ##[endgroup]
2026-06-04T01:32:53.1151208Z ##[group]Determining the checkout info
2026-06-04T01:32:53.1154019Z ##[endgroup]
2026-06-04T01:32:53.1158981Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T01:32:53.1214610Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T01:32:53.1255675Z ##[group]Checking out the ref
2026-06-04T01:32:53.1261423Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:32:53.1311968Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T01:32:53.1314183Z any of your branches:
2026-06-04T01:32:53.1315011Z 
2026-06-04T01:32:53.1316298Z   02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:53.1318216Z 
2026-06-04T01:32:53.1319466Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T01:32:53.1321910Z to do so with:
2026-06-04T01:32:53.1322655Z 
2026-06-04T01:32:53.1323308Z  git branch <new-branch-name> 02c4ff7
2026-06-04T01:32:53.1324392Z 
2026-06-04T01:32:53.1325100Z Switched to a new branch 'dev-freeform'
2026-06-04T01:32:53.1327773Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T01:32:53.1334283Z ##[endgroup]
2026-06-04T01:32:53.1376896Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T01:32:53.1409084Z d70ced7d793e5a96185e5b178974545914ad5431
